home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr48 / db2pas.zip / EXAMPLE.FMT < prev   
Text File  |  1993-05-11  |  1KB  |  59 lines

  1. * X.FMT
  2. @ 2,4 SAY "╔══════════════════════════════════════════════════════"
  3. @ 2,59 SAY "══════════════╗"
  4. @ 3,4 SAY "║ Last Name                       First Name         Ti"
  5. @ 3,59 SAY "tle           ║"
  6. @ 4,4 SAY "║"
  7. @ 4,6 GET lastname
  8. @ 4,38 GET firstname
  9. @ 4,57 GET title
  10. @ 4,73 SAY "║"
  11. @ 5,4 SAY "║"
  12. @ 5,73 SAY "║"
  13. @ 6,4 SAY "║ Company Name"
  14. @ 6,19 GET company
  15. @ 6,57 SAY "Status"
  16. @ 6,64 GET print
  17. @ 6,73 SAY "║"
  18. @ 7,4 SAY "║"
  19. @ 7,73 SAY "║"
  20. @ 8,4 SAY "║ Home Address                    Business Address"
  21. @ 8,73 SAY "║"
  22. @ 9,4 SAY "║"
  23. @ 9,6 GET address0
  24. @ 9,38 GET address1
  25. @ 9,73 SAY "║"
  26. @ 10,4 SAY "║"
  27. @ 10,73 SAY "║"
  28. @ 11,4 SAY "║ City"
  29. @ 11,11 GET city
  30. @ 11,38 SAY "Prov."
  31. @ 11,44 GET province
  32. @ 11,57 SAY "ZIP"
  33. @ 11,61 GET pcode picture "!9! 9!9"
  34. @ 11,73 SAY "║"
  35. @ 12,4 SAY "║"
  36. @ 12,73 SAY "║"
  37. @ 13,4 SAY "║ Home Phone"
  38. @ 13,17 GET phone1 picture "(999)999-9999"
  39. @ 13,38 SAY "Bus. Phone" 
  40. @ 13,49 GET phone2 picture "(999)999-9999"
  41. @ 13,73 SAY "║"
  42. @ 14,4 SAY "║"
  43. @ 14,73 SAY "║"
  44. @ 15,4 SAY "║ Remarks"
  45. @ 15,14 GET comment1
  46. @ 15,73 SAY "║"
  47. @ 16,4 SAY "║"
  48. @ 16,14 GET comment2
  49. @ 16,73 SAY "║"
  50. @ 17,4 SAY "║"
  51. @ 17,14 GET comment3
  52. @ 17,73 SAY "║"
  53. @ 18,4 SAY "║"
  54. @ 18,73 SAY "║"
  55. @ 19,4 SAY "║"
  56. @ 19,73 SAY "║"
  57. @ 20,4 SAY "╚══════════════════════════════════════════════════════"
  58. @ 20,59 SAY "══════════════╝"
  59.